Keycloak REST Services 1.5.0-Final

Path: / admin / realms / {realm} / roles / {role-name} / composites / clients / {client}

An app-level roles for a specific app for this role's composite

Path parameters:
realm - realm name (not id!)
role-name - role's name (not id!)
client -

Resource Methods
Method Summary
NameDescription
GET /admin/realms/{realm}/roles/{role-name}/composites/clients/{client}An app-level roles for a specific app for this role's composite

Method Detail

GET /admin/realms/{realm}/roles/{role-name}/composites/clients/{client}

An app-level roles for a specific app for this role's composite

HTTP Example:
GET /admin/realms/{realm}/roles/{role-name}/composites/clients/{client}
API Example:

RoleContainerResource.getClientRoleComposites({'realm': /* name realm name (not id!) */,
  'role-name': /* roleName role's name (not id!) */,
  'client': /* client */});

Output:
Set<RoleRepresentation> -
Produces:
application/json

Keycloak REST Services 1.5.0-Final